翻訳と辞書
Words near each other
・ Matrix (chemical analysis)
・ Matrix (club)
・ Matrix (communication protocol)
・ Matrix (Doctor Who)
・ Matrix (geology)
・ Matrix (hair)
・ Matrix (jazz group)
・ Matrix (mathematics)
・ Matrix (music)
・ Matrix (musician)
・ Matrix (novel)
・ Matrix (numismatics)
・ Matrix (printing)
・ Matrix (talk show)
・ Matrix (TV series)
Matrix addition
・ Matrix analysis
・ Matrix analytic method
・ MATRIX Architects Engineers Planners, Inc.
・ Matrix Band
・ Matrix Biology (journal)
・ Matrix Business Technologies
・ Matrix cable system
・ Matrix calculus
・ Matrix chain multiplication
・ Matrix Chambers
・ Matrix Chernoff bound
・ Matrix clock
・ Matrix code
・ Matrix coefficient


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Matrix addition : ウィキペディア英語版
Matrix addition
In mathematics, matrix addition is the operation of adding two matrices by adding the corresponding entries together. However, there are other operations which could also be considered as a kind of addition for matrices, the direct sum and the Kronecker sum.
==Entrywise sum==
Two matrices must have an equal number of rows and columns to be added.〔Elementary Linear Algebra by Rorres Anton 10e p53〕 The sum of two matrices A and B will be a matrix which has the same number of rows and columns as do A and B. The sum of A and B, denoted A + B, is computed by adding corresponding elements of A and B:
:\begin
\bold+\bold & = \begin
a_ & a_ & \cdots & a_ \\
a_ & a_ & \cdots & a_ \\
\vdots & \vdots & \ddots & \vdots \\
a_ & a_ & \cdots & a_ \\
\end +
\begin
b_ & b_ & \cdots & b_ \\
b_ & b_ & \cdots & b_ \\
\vdots & \vdots & \ddots & \vdots \\
b_ & b_ & \cdots & b_ \\
\end \\
& = \begin
a_ + b_ & a_ + b_ & \cdots & a_ + b_ \\
a_ + b_ & a_ + b_ & \cdots & a_ + b_ \\
\vdots & \vdots & \ddots & \vdots \\
a_ + b_ & a_ + b_ & \cdots & a_ + b_ \\
\end \\
\end\,\!
For example:
:
\begin
1 & 3 \\
1 & 0 \\
1 & 2
\end
+
\begin
0 & 0 \\
7 & 5 \\
2 & 1
\end
=
\begin
1+0 & 3+0 \\
1+7 & 0+5 \\
1+2 & 2+1
\end
=
\begin
1 & 3 \\
8 & 5 \\
3 & 3
\end

We can also subtract one matrix from another, as long as they have the same dimensions. A − B is computed by subtracting corresponding elements of A and B, and has the same dimensions as A and B. For example:
:
\begin
1 & 3 \\
1 & 0 \\
1 & 2
\end
-
\begin
0 & 0 \\
7 & 5 \\
2 & 1
\end
=
\begin
1-0 & 3-0 \\
1-7 & 0-5 \\
1-2 & 2-1
\end
=
\begin
1 & 3 \\
-6 & -5 \\
-1 & 1
\end


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Matrix addition」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.